CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - JAVA DES

搜索资源列表

  1. DES算法实现代码

    1下载:
  2. 用JAVA实现的DES加解密算法代码-using JAVA DES encryption and decryption algorithm code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3115
    • 提供者:朝亮
  1. Java-DES

    0下载:
  2. DES算法的JAVA实现源代码,研究DES的朋友值得下载-DES algorithm to achieve the Java source code, research DES friends worth the download
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21217
    • 提供者:肖蔚
  1. 一个JAVA的DES加密程序

    0下载:
  2. 一个JAVA的DES加密程序-a JAVA DES encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1695
    • 提供者:施佳佳
  1. java-des

    0下载:
  2. des加密算法的java实现-The implement of DES encryption algorithm for JAVA
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7338
    • 提供者:林洋
  1. java加密程序(DES)

    0下载:
  2. 通过运用JCE中的des算法来实现对文本的加解密。
  3. 所属分类:邮电通讯系统

  1. DES算法Java实现

    1下载:
  2. DES算法的java实现,供需要的人参考
  3. 所属分类:其它

    • 发布日期:2010-06-12
    • 文件大小:14831
    • 提供者:summering114
  1. des

    1下载:
  2. 用java改写的des程序,有两个方法“加密,解密”- Des procedure rewrites which with java, some two methods "encryption, decipher"
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:19374
    • 提供者:杨柱洪
  1. DES

    0下载:
  2. DES加密算法,提供界面。运行时运行Java Ui就可以。-DES encryption algorithm to provide interface. Run-time can run Java Ui.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:24463
    • 提供者:Joh
  1. DES

    2下载:
  2. 使用JAVA实现DES密码加密、解密过程,密钥在程序中能够指定,也可改为用户自己输入-DES implementation using JAVA password encryption, decryption process, the key specified in the procedure can also be changed to the user' s own input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:85564
    • 提供者:liuxiao
  1. DES

    0下载:
  2. DES加密解密j算法用ava实现,无用户图形界面 -DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:36516
    • 提供者:zhang
  1. DES

    0下载:
  2. 可以在J2me下使用的DES加密算法,输入输出参数均为byte[],使用参数1加密,0解密。-J2me can use at the DES encryption algorithm, input and output parameters are byte [], using the parameters of one encryption, 0 decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3609
    • 提供者:Jacky
  1. des

    0下载:
  2. 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:9790
    • 提供者:witfox
  1. DES

    1下载:
  2. DES, 3DES, AES-128, AES-256 encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:15053
    • 提供者:Tong Liu
  1. DES

    0下载:
  2. 实现对文件的加解密,采用DES算法(当然JAVA已经实现,我只调用了一下)。可以加密的文件类型不限,不支持文件夹加密-The realization of the document encryption and decryption using DES algorithm (JAVA course has been achieved, I can only call a moment). Can open the encrypted file type, folder does not supp
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:339351
    • 提供者:asdtiang
  1. DESPlus

    0下载:
  2. java des加密解密里面有详细的应用例子-java des encryption and decryption which a detailed application examples
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1839
    • 提供者:sunzhibin
  1. DES

    0下载:
  2. JAVA 写的 DES 算法加密/解密。-java des
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:26252
    • 提供者:aaayth
  1. des_java

    2下载:
  2. 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:11640
    • 提供者:不死鸟
  1. DES

    0下载:
  2. DES算法的源码,生成key后可以方便的对各类数据进行加解密操作。-DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3163
    • 提供者:java_xiaohei
  1. java-des

    0下载:
  2. des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1703
    • 提供者:罗延平
  1. des-java

    0下载:
  2. 用java 实现的des加密解密算法过程文档含源码-java des achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:217338
    • 提供者:庞云飞
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com